Forum Activity for @michael

michael
@michael
01/08/25 04:15:25PM
7,821 posts

JrTags


Design and Skin Customization

Then you don't want that code. Probably {jrCore_search.... is the code you're after. If you tag an audio file with 'avacardo' and 'bannana' then on the audio item it will have those tags shaped like this
audio_tags
,avacardo,strawberry,

A simple call would be
{jrCore_list module="jrAudio" search1="audio_tags like %avacardo%"}
michael
@michael
01/08/25 04:09:35PM
7,821 posts

multiple search filters


Design and Skin Customization

Sure you can see that sort of being done in that link where it adds the genre filter to the link. Checkboxes could be one way to do it. Another way could be to have A B C D E F .... to filter by ??? category maybe... nah a bunch of checkboxes is a good idea.
michael
@michael
01/08/25 04:07:54PM
7,821 posts

403 Forbidden Error


Installation and Configuration

Make sure you upload the newest .htaccess file to your root directory, you can find a copy of it in /modules/jrCore/root/.htaccess, it should go at /

so
/modules/...
/.htaccess

There is also a /repair.php.html file in that same location. Rename it to /repair.php and open it in a web browser yoursite.com/repair.php and you can run the integrity check from there.
michael
@michael
01/08/25 04:04:22PM
7,821 posts

Cloud Hosting


Installation and Configuration

"This video file is currently being processed and will appear here when complete"
- its probably broken or stuck. go to your QUEUE VIEWER in the DASHBOARD and see if anything is moving.
- in your SYSTEM CHECK tool make sure you dont have an orange lights.

For the image issue, try going to the CORE -> TOOLS -> RESET IMAGE CACHE

If system check doesn't work then check your error log for why, either the jamroom error log or the server error log should show something.

Also use the INTEGRITY CHECK tool and the RESET CACHES tool to try to clear things out.
stuck.jpg stuck.jpg - 773KB
michael
@michael
01/07/25 02:41:41PM
7,821 posts

multiple search filters


Design and Skin Customization

The first thing that jumps to my mind would be to put a section specific search box where that section is, so if you have a yoursite.com/video and yoursite.com/audio then put a search box for 'audio' only at the top of the audio location.

Like this:
https://demo.jamroom.net/jrAudioPro2/audio
updated by @michael: 01/07/25 02:42:12PM
michael
@michael
01/07/25 02:39:44PM
7,821 posts

searching user name


Using Jamroom

Check those modules are not disabled in the Search module in the ACP.

If what you're after is more info on the results, yes you can do that but it would start to get heavy if you put too much info in there.

Eg: I search 'Michael' and 'michael's' profile comes up. You can customize that row item template to include my audio track info.

The demo system seems to have something close to what you're asking:
https://demo.jamroom.net/jrAudioPro2/search/results/all/1/4?jr_html_form_token=c1e3de8098fcd309005fd3f6a5c6e172&search_string=elvis
disable..jpg disable..jpg - 824KB
michael
@michael
01/07/25 02:32:06PM
7,821 posts

Cloud Hosting


Installation and Configuration

Cloud based hosting shouldn't be much different than regular hosting unless you're trying to spread your site out over multiple hosting instances for enterprize level scale.

The requirements should be the same:

Docs: Requirements
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/774/server-requirements

What is the actual error you're bumping into?
michael
@michael
01/07/25 02:29:16PM
7,821 posts

JrTags


Design and Skin Customization

Probably:
{jrTags_cloud profile_id=$_profile_id search="audio" height="350"}

Docs: Item Tags
https://www.jamroom.net/the-jamroom-network/documentation/modules/95/item-tags

See if that works.
michael
@michael
01/07/25 02:21:21PM
7,821 posts

Profile Tweaks


Design and Skin Customization

Profile Tweaks allows the profile owner to adjust their profile. That level of user will not have access to the form designer. The form designer is an admin only (owner of the site) level tool.
michael
@michael
01/07/25 02:19:40PM
7,821 posts

Form Designer


Installation and Configuration

You have to have a base size then you can adjust from there.

Valid base sizes are:
xxsmall,xsmall,56,small,icon96,icon,medium,large,larger,xlarge,xxlarge,xxxlarge,1280,1600,original

if from there you want to specify more you can by adding
 width="20" height="20"
to the jrImage_display function.

So the SIZE is to get the cached version out to the screen then those extra parameters are to fine tune it. You wouldn't use a size of 1280 then a width of 20 because the load time would be high and the image tiny.
  7